home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / css / external.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-12  |  1.2 KB  |  66 lines

  1. body {
  2.     font: 14px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial;
  3.     color: #FFFFFF;
  4.     text-decoration: none;
  5.     background: #000000;
  6.     margin: 0px;
  7. }
  8.  
  9. #external-container-basic {
  10.     position: absolute;
  11.     width: 600px;
  12. /*    height: 150px; */
  13.     left: 50%;
  14.     top: 50%;
  15.     margin: -150px 0px 0px -300px;
  16. }
  17.  
  18. #external-container-button {
  19.     position: absolute;
  20.     left: 50%;
  21.     top: 50%;
  22.     margin: -17px 0px 0px -102px;
  23.     text-align: center;
  24. }
  25.  
  26. #external-button-left {
  27.     float: left;
  28.     margin: 50px 0px 0px 120px;
  29. }
  30.  
  31. #external-button-center {
  32.     float: left;
  33.     margin: 50px 0px 0px 50px;
  34. }
  35.  
  36. #external-button-right {
  37.     float: left;
  38.     margin: 50px 0px 0px 50px;
  39. }
  40.  
  41. #external-button-left, #external-button-right, #external-button-center {
  42.     color: inherit;
  43.     text-decoration: inherit;
  44.     height: 31px;
  45.     background: url(../images/ext-button-left.gif) no-repeat left top
  46. }
  47.  
  48. #external-button-left span, #external-button-right span, #external-button-center span {
  49.     float: left;
  50.     height: 31px;
  51.     padding: 7px 15px 0px 15px;
  52.     background: url(../images/ext-button-left-edge.gif) no-repeat right top;
  53. }
  54.  
  55. #embedded-video-info {
  56.     position: absolute;
  57.     bottom: 0%;
  58.     width: 100%;
  59.     height: 46px;
  60. }
  61.  
  62. #countdown {
  63.     color: #955;
  64.     padding-left: 8px;
  65.     font-weight: normal;
  66. }